'Declaration Public Property Comments As Comment()
'Usage Dim instance As DataValue(Of T) Dim value() As Comment instance.Comments = value value = instance.Comments
public Comment[] Comments {get; set;}
public: property array<Comment^>^ Comments { array<Comment^>^ get(); void set ( array<Comment^>^ value); }